home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
- -- Request for Comments: Draft cisco Systems, Inc.
-
-
- -- cisco Trap MIB
-
- -- Mon Nov 18 1991
-
-
- -- cisco Systems, Inc.
- -- 1525 O'Brien
- -- Menlo Park, CA 94025
-
- -- customer-service@cisco.com
-
-
-
- -- 1. Introduction
-
- -- This memo describes the snmp traps that are implemented for
- -- the cisco Systems, Inc. set of products including the
- -- Gateway Server, Terminal Server, Trouter, and Protocol
- -- Translator. The document relies upon the Structure of
- -- Management Information (SMI), RFC1155. It is presented in
- -- a format described in RFC1215.
-
- CISCOTRAP-MIB DEFINITIONS ::= BEGIN
-
- IMPORTS
- sysUpTime, ifIndex, ifDescr, ifType, egpNeighAddr,
- tcpConnState
- FROM RFC1213-MIB
- cisco, whyReload, locIfReason, authAddr, tslineSesType,
- loctcpConnElapsed, loctcpConnInBytes, loctcpConnOutBytes,
- tsLineUser
- FROM CISCO-MIB
- TRAP-TYPE
- FROM RFC-1215;
-
- -- The standard traps
-
- coldStart TRAP-TYPE
- ENTERPRISE snmp
- VARIABLES { sysUpTime, whyReload }
- DESCRIPTION
- "A coldStart trap signifies that the sending
- protocol entity is reinitializing itself such
- that the agent's configuration or the protocol
- entity implementation may be altered."
- ::= 0
-
- -- Cisco does not generate warmstart traps
-
- warmStart TRAP-TYPE
- ENTERPRISE snmp
- DESCRIPTION
- "A warmStart trap signifies that the sending
- protocol entity is reinitializing itself such
- that neither the agent configuration nor the
- protocol entity implementation is altered."
- ::= 1
-
- linkDown TRAP-TYPE
- ENTERPRISE snmp
- VARIABLES { ifIndex, ifDescr, ifType, locIfReason }
- DESCRIPTION
- "A linkDown trap signifies that the sending
- protocol entity recognizes a failure in one of
- the communication links represented in the
- agent's configuration."
- ::= 2
-
- linkUp TRAP-TYPE
- ENTERPRISE snmp
- VARIABLES { ifIndex, ifDescr, ifType, locIfReason }
- DESCRIPTION
- "A linkUp trap signifies that the sending
- protocol entity recognizes that one of the
- communication links represented in the agent's
- configuration has come up."
- ::= 3
-
- authenticationFailure TRAP-TYPE
- ENTERPRISE snmp
- VARIABLES { authAddr }
- DESCRIPTION
- "An authenticationFailure trap signifies that
- the sending protocol entity is the addressee
- of a protocol message that is not properly
- authenticated. While implementations of the
- SNMP must be capable of generating this trap,
- they must also be capable of suppressing the
- emission of such traps via an implementation-
- specific mechanism."
- ::= 4
-
- egpNeighborLoss TRAP-TYPE
- ENTERPRISE snmp
- VARIABLES { egpNeighAddr }
- DESCRIPTION
- "An egpNeighborLoss trap signifies that an EGP
- neighbor for whom the sending protocol entity
- was an EGP peer has been marked down and the
- peer relationship no longer obtains."
- ::= 5
-
- -- Cisco Private Enterprise Traps
-
- reload TRAP-TYPE
- ENTERPRISE cisco
- VARIABLES { sysUpTime, whyReload }
- DESCRIPTION
- "A reload trap signifies that the sending
- protocol entity is reinitializing itself such
- that the agent's configuration or the protocol
- entity implementation may be altered."
- ::= 0
-
- tcpConnectionClose TRAP-TYPE
- ENTERPRISE cisco
- VARIABLES { tslineSesType, tcpConnState,
- loctcpConnElapsed, loctcpConnInBytes,
- loctcpConnOutBytes, tsLineUser }
- DESCRIPTION
- "A tty trap signifies that a TCP connection,
- previously established with the sending
- protocol entity for the purposes of a tty
- session, has been terminated."
- ::= 1
-
- END
-